projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f20fc
)
(syms_of_callproc): Don't init Vtemp_file_name_pattern here.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Jul 1997 21:38:49 +0000
(21:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Jul 1997 21:38:49 +0000
(21:38 +0000)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index 5812821ee1150b1e8b46a3b54d19ba4c65cdfec1..63556f326679f754400ba350d99eaf2cd94f72e7 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-1343,8
+1343,7
@@
includes this.");
DEFVAR_LISP ("temp-file-name-pattern", &Vtemp_file_name_pattern,
"Pattern for making names for temporary files.\n\
This is used by `call-process-region'.");
- /* The real initialization is when we start again. */
- Vtemp_file_name_pattern = Qnil;
+ /* This variable is initialized in init_callproc. */
DEFVAR_LISP ("process-environment", &Vprocess_environment,
"List of environment variables for subprocesses to inherit.\n\